Typo fix.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 22 Sep 2003 01:21:11 +0000 (01:21 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 22 Sep 2003 01:21:11 +0000 (01:21 +0000)
gpsbabel/navicache.c

index 3360b4f2212f7bc0a4515b906c6dd97ac3fef6e7..fc5eb9950658018be644dd4285decc75ad0bb521 100644 (file)
@@ -192,7 +192,7 @@ nav_rd_deinit(void)
 void
 nav_wr_init(const char *fname, const char *args)
 {
-       fatal(MYNAME ": Does not support writing Navicache files.\n")
+       fatal(MYNAME ": Does not support writing Navicache files.\n");
        ofd = fopen(fname, "w");
        if (ofd == NULL) {
                fatal(MYNAME ":Cannot open '%s' for writing\n", fname);